Struct ParsableValueType
used internally by Conditional
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public struct ParsableValueType
Constructors
ParsableValueType(String, Type)
Creates a new instance of the ParsableValueType class.
Declaration
public ParsableValueType(string text, Type convertTo)
Parameters
System.
|
System.
|
Properties
ConvertToType
Gets the desired type for conversion.
Declaration
public Type ConvertToType { get; }
Property Value
System.
|
StringRepresentation
Gets the string representation of the value.
Declaration
public string StringRepresentation { get; }
Property Value
System.
|
Methods
GetValue(out Boolean)
Gets the value contained in this object
Declaration
public object GetValue(out bool parsed)
Parameters
System. Indicates whether the value is parsed successfull. |
Returns
System. The parsed value. |