Struct ConversionValue
Declaration
[Serializable]
public struct ConversionValue
Properties
FineValue
Declaration
public readonly int FineValue { get; }
LockWindow
Declaration
public readonly bool LockWindow { get; }
CoarseValue
Declaration
public string CoarseValue { get; }
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
System.String
: The fully qualified type name.