CodeGenerationUtilities.IsStringType(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 a string ("string" or "System.String")
public:
static bool IsStringType(System::String ^ typeName);
public static bool IsStringType (string typeName);
static member IsStringType : string -> bool
Public Shared Function IsStringType (typeName As String) As Boolean
Parameters
- typeName
- String