Enum EscapeQuotesMode
Namespace: Crowdin.Api.SourceFiles
Assembly: Crowdin.Api.dll
Syntax
public enum EscapeQuotesMode : int
Fields
Name | Description |
---|---|
DoNotEscapeSingleQuote | |
EscapeSingleQuoteByAnotherSingleQuote | |
EscapeSingleQuoteByAnotherSingleQuoteOnlyIfVariables | |
EscapeSingleQuoteByBackSlash |