NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

2.4.5 String literals

A string constant is a sequence of zero or more Unicode characters beginning and ending with an ASCII double quote character. Within a string, a sequence of two double quotes is an escape to represent a double quote in the string. A string constant is of the String type.

StringLiteral ::= " [ StringCharacter+ ] "
StringCharacter ::= < Character except for " > | ""