Table of Contents

Class SHNotTranslateAble

Namespace
SunamoString
Assembly
SunamoString.dll

Provides string encoding methods for non-translatable escape sequences.

public static class SHNotTranslateAble
Inheritance
SHNotTranslateAble
Inherited Members

Methods

DecodeSlashEncodedString(string)

Encodes backslashes, double quotes, and single quotes with escape sequences. Due to app taking to2 which is \" and first line does not have ending quote.

public static string DecodeSlashEncodedString(string text)

Parameters

text string

The text to encode.

Returns

string