DataMemberTypeToString Method |
Converts a type to a string the way VelocityDB represents it internally
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static string TypeToString(
Type type
)
Public Shared Function TypeToString (
type As Type
) As String
public:
static String^ TypeToString(
Type^ type
)
static member TypeToString :
type : Type -> string
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:VelocityDb.TypeInfo.DataMember.TypeToString(System.Type)"]
Return Value
Type:
String[Missing <returns> documentation for "M:VelocityDb.TypeInfo.DataMember.TypeToString(System.Type)"]
See Also