Convert Method (Type)

Glimpse API

CSharpTypeConverter Convert Method (Type) Glimpse API Documentation
Converts the specified type.

Namespace: Glimpse.Core.SerializationConverter
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override Object Convert(
	Type type
)
public override Object Convert(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type.

Return Value

An string of the C# syntax which would be used to represent type.
See Also