Selerix Developer Tools
IsGuid Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : IsGuid Method
The GUID string.
Determines whether the specified GUID string is GUID.
Syntax
'Declaration
 
Public Shared Function IsGuid( _
   ByVal guidString As String _
) As Boolean
'Usage
 
Dim guidString As String
Dim value As Boolean
 
value = Utils.IsGuid(guidString)
public static bool IsGuid( 
   string guidString
)
public function IsGuid( 
    guidString: String
): Boolean; static; 
public static function IsGuid( 
   guidString : String
) : boolean;
public: static bool IsGuid( 
   string* guidString
) 
public:
static bool IsGuid( 
   String^ guidString
) 

Parameters

guidString
The GUID string.

Return Value

true if the specified GUID string is GUID; otherwise, false.
See Also

Reference

Utils Class
Utils Members