ScanUtilswriteElementInt Method |
Writes int value to JSON.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void writeElementInt(
XmlDictionaryWriter writer,
string elementName,
int value
)
Public Shared Sub writeElementInt (
writer As XmlDictionaryWriter,
elementName As String,
value As Integer
)
public:
static void writeElementInt(
XmlDictionaryWriter^ writer,
String^ elementName,
int value
)
static member writeElementInt :
writer : XmlDictionaryWriter *
elementName : string *
value : int -> unit
Parameters
- writer
- Type: System.XmlXmlDictionaryWriter
- elementName
- Type: SystemString
- value
- Type: SystemInt32
See Also