ConvertToGUID Method | |
Convert text to GUID
Namespace:
SOWIData.Helper
Assembly:
SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static Guid ToGUID(
this string pText
)
<ExtensionAttribute>
Public Shared Function ToGUID (
pText As String
) As Guid
Parameters
- pText
- Type: SystemString
text in GUID format
Return Value
Type:
GuidGUID or GUID empty value
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also