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.4.0.0 (5.4.0)
Syntaxpublic static string EncodeTypeToXmlString(
	Type type,
	Object value,
	bool checkTypeOnly
)
Public Shared Function EncodeTypeToXmlString ( 
	type As Type,
	value As Object,
	checkTypeOnly As Boolean
) As String
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