Show / Hide Table of Contents

Class JSONStrings

Provides JSON string escape parsing

Inheritance
System.Object
JSONStrings
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.JSON
Assembly: NFX.dll
Syntax
public static class JSONStrings

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