CSharpTypeConverter Convert Method (Type) | Glimpse API Documentation |
Converts the specified type.
Namespace: Glimpse.Core.SerializationConverterAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- type
- Type: System Type
The type.
Return Value
An string of the C# syntax which would be used to represent type.See Also