ConversionToGuid(String, Guid) Method
Return a Guid value from the specified string.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Guid ToGuid(
string value,
Guid defaultValue
)
Public Shared Function ToGuid (
value As String,
defaultValue As Guid
) As Guid
No code example is currently available or this language may not be supported.
- value String
-
String Version of Guid.
- defaultValue Guid
-
Value to be returned if the string can not be converted.
Guid
Guid value converted from the caller's string.