[This is preliminary documentation and is subject to change.]
Generates GUID based on a string MD5 hash
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Guid ToGUID(
this string input
)
public static Guid ToGUID(
this string input
)
<ExtensionAttribute>
Public Shared Function ToGUID (
input As String
) As Guid
<ExtensionAttribute>
Public Shared Function ToGUID (
input As String
) As Guid
public:
[ExtensionAttribute]
static Guid ToGUID(
String^ input
)
public:
[ExtensionAttribute]
static Guid ToGUID(
String^ input
)
static member ToGUID :
input : string -> Guid
static member ToGUID :
input : string -> Guid
Return Value
Type:
GuidUsage 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).