Miner.Responder.Shared.Extensions Namespace > DataExtensions Class : TryParseGuid Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function TryParseGuid( _ ByVal str As System.String, _ ByRef guid As System.Guid _ ) As System.Boolean
'Usage
Dim str As System.String Dim guid As System.Guid Dim value As System.Boolean value = DataExtensions.TryParseGuid(str, guid)
[System.Runtime.CompilerServices.Extension()] public static System.bool TryParseGuid( System.string str, out System.Guid guid )
System.Runtime.CompilerServices.ExtensionAttribute() public static function TryParseGuid( str : System.String, guid : System.Guid ) : System.boolean;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2