Skip to main content

ValueProviderResult

Assembly: ServiceStack.Razor.dll
View Source
Declaration
[Serializable]
public class ValueProviderResult

Properties

AttemptedValue

View Source
Declaration
public string AttemptedValue { get; protected set; }

Culture

View Source
Declaration
public CultureInfo Culture { get; protected set; }

RawValue

View Source
Declaration
public object RawValue { get; protected set; }

Methods

ConvertTo(Type)

View Source
Declaration
public object ConvertTo(Type type)
Returns

System.Object

Parameters
TypeName
System.Typetype

ConvertTo(Type, CultureInfo)

View Source
Declaration
public virtual object ConvertTo(Type type, CultureInfo culture)
Returns

System.Object

Parameters
TypeName
System.Typetype
System.Globalization.CultureInfoculture