Struct
ParsableValueType

used internally by ConditionalFormattingObject

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public struct ParsableValueType

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

ParsableValueType(string, Type)

Creates a new instance of the ParsableValueType class.

Declaration

cs-api-definition
public ParsableValueType(string text, Type convertTo)

Parameters

text

string

convertTo

Type

Properties

ConvertToType

Gets the desired type for conversion.

Declaration

cs-api-definition
public Type ConvertToType { get; }

Property Value

Type

StringRepresentation

Gets the string representation of the value.

Declaration

cs-api-definition
public string StringRepresentation { get; }

Property Value

string

Methods

GetValue(out bool)

Gets the value contained in this object

Declaration

cs-api-definition
public object GetValue(out bool parsed)

Parameters

parsed

bool

Indicates whether the value is parsed successfull.

Returns

object

The parsed value.