JsonUtility.UnquoteString method
NOTE: This API is now obsolete.
Remove quotation marks from the given string
Namespace: Microsoft.SharePoint.JsonUtilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("UnquoteString has been deprecated.")> _
Public Shared Function UnquoteString ( _
s As String _
) As String
'Usage
Dim s As String
Dim returnValue As String
returnValue = JsonUtility.UnquoteString(s)
[ObsoleteAttribute("UnquoteString has been deprecated.")]
public static string UnquoteString(
string s
)
Parameters
s
Type: System.StringSerializer object used to serialize each property.
Return value
Type: System.String
Returns String.