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