Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ToJson(FormattingType,EOLType,SerializationContext) Method



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > XmlSimpleTypeCollection<T> Class > ToJson Method : ToJson(FormattingType,EOLType,SerializationContext) Method
Syntax
'Declaration
 
Public Overloads Overridable Function ToJson( _
   ByVal formatting As LiquidTechnologies.Runtime.FormattingType, _
   ByVal eol As LiquidTechnologies.Runtime.EOLType, _
   ByVal context As LiquidTechnologies.Runtime.SerializationContext _
) As String
'Usage
 
Dim instance As XmlSimpleTypeCollection(Of T)
Dim formatting As LiquidTechnologies.Runtime.FormattingType
Dim eol As LiquidTechnologies.Runtime.EOLType
Dim context As LiquidTechnologies.Runtime.SerializationContext
Dim value As String
 
value = instance.ToJson(formatting, eol, context)
public virtual string ToJson( 
   LiquidTechnologies.Runtime.FormattingType formatting,
   LiquidTechnologies.Runtime.EOLType eol,
   LiquidTechnologies.Runtime.SerializationContext context
)
public:
virtual String^ ToJson( 
   LiquidTechnologies.Runtime.FormattingType formatting,
   LiquidTechnologies.Runtime.EOLType eol,
   LiquidTechnologies.Runtime.SerializationContext^ context
) 

Parameters

formatting
eol
context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlSimpleTypeCollection<T> Class
XmlSimpleTypeCollection<T> Members
Overload List