Click or drag to resize
XmlHelperEncodeTypeToXmlString Method
Encodes the type to XML string.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string EncodeTypeToXmlString(
	Type type,
	Object value,
	bool checkTypeOnly
)

Parameters

type
Type: SystemType
The type.
value
Type: SystemObject
The value.
checkTypeOnly
Type: SystemBoolean
if set to true it will skip a test on value with respect to nullability

Return Value

Type: String
See Also