XmlHelperCultureNameForXmlValueConversion Field |
Name for the culture to use when converting a value to a string for XML serialization and to use when converting a string back to an object when
XML is deserialized. The name follows the standard names used for CultureInfo. Default: Invariant culture. See MSDN documentation on CultureInfo
for more information about the specific culture name for the culture to use. For invariant culture, use empty string.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static string CultureNameForXmlValueConversion
Public Shared CultureNameForXmlValueConversion As String
Field Value
Type:
StringRemarks You can also set this field by adding a key-value pair to the appSettings section of your application's config file. Use
'cultureNameForXmlValueConversion' as key and the name of the culture to use as the value, or empty string for the invariant culture.
See Also