Show / Hide Table of Contents

Class CSStrings

Provides C# string escape parsing

Inheritance
System.Object
CSStrings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.CodeAnalysis.CSharp
Assembly: NFX.dll
Syntax
public static class CSStrings

Methods

UnescapeString(String)

Declaration
public static string UnescapeString(string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
System.String
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX