TheCommonUtils..::..CUri Method
Safely converts an object (likely a string) to a System.Uri object.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- inObj
- Type: Object
Object to be converted
- IgnoreGuids
- Type: Boolean
If true, the converter removes all '{' and '}' from the string first. Since DeviceUris of the C-DEngine have a guid as the Host, the '{' and '}' have to be removed first