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