Click or drag to resize

ConversionOptionsGuidFormat Property

Defines the format used when converting a guid to its equivalent string representation. The default format is "D".

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public string GuidFormat { get; set; }

Property Value

Type: String

Implements

IConversionOptionsGuidFormat
See Also