CodeGenerationUtilities.IsGuidType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns true if typeName represents Guid ("System.Guid")
public:
static bool IsGuidType(System::String ^ typeName);
public static bool IsGuidType (string typeName);
static member IsGuidType : string -> bool
Public Shared Function IsGuidType (typeName As String) As Boolean
Parameters
- typeName
- String