Click or drag to resize
DataTypeGetFormatProvider Property
Function which gets a format provider for the given culture

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public Func<CultureInfo, IFormatProvider> GetFormatProvider { get; set; }

Property Value

Type: FuncCultureInfo, IFormatProvider
See Also