VPUtilitiessanitizeUnitUrl Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string sanitizeUnitUrl(
Object origUrl
)
Public Shared Function sanitizeUnitUrl (
origUrl As Object
) As String
public:
static String^ sanitizeUnitUrl(
Object^ origUrl
)
static member sanitizeUnitUrl :
origUrl : Object -> string
Parameters
- origUrl
- Type: SystemObject
Return Value
Type:
StringSee Also