📄 newtonsoft.json.xml
字号:
<summary>
Converts the <see cref="T:System.Boolean"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Boolean"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Char)">
<summary>
Converts the <see cref="T:System.Char"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Char"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Enum)">
<summary>
Converts the <see cref="T:System.Enum"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Enum"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Int32)">
<summary>
Converts the <see cref="T:System.Int32"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Int32"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Int16)">
<summary>
Converts the <see cref="T:System.Int16"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Int16"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.UInt16)">
<summary>
Converts the <see cref="T:System.UInt16"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.UInt16"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.UInt32)">
<summary>
Converts the <see cref="T:System.UInt32"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.UInt32"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Int64)">
<summary>
Converts the <see cref="T:System.Int64"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Int64"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.UInt64)">
<summary>
Converts the <see cref="T:System.UInt64"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.UInt64"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Single)">
<summary>
Converts the <see cref="T:System.Single"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Single"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Double)">
<summary>
Converts the <see cref="T:System.Double"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Double"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Byte)">
<summary>
Converts the <see cref="T:System.Byte"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Byte"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.SByte)">
<summary>
Converts the <see cref="T:System.SByte"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.SByte"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Decimal)">
<summary>
Converts the <see cref="T:System.Decimal"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.SByte"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Guid)">
<summary>
Converts the <see cref="T:System.Guid"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Guid"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.String)">
<summary>
Converts the <see cref="T:System.String"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.String"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.String,System.Char)">
<summary>
Converts the <see cref="T:System.String"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<param name="delimter">The string delimiter character.</param>
<returns>A Json string representation of the <see cref="T:System.String"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.ToString(System.Object)">
<summary>
Converts the <see cref="T:System.Object"/> to it's JavaScript string representation.
</summary>
<param name="value">The value to convert.</param>
<returns>A Json string representation of the <see cref="T:System.Object"/>.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.SerializeObject(System.Object)">
<summary>
Serializes the specified object to a Json object.
</summary>
<param name="value">The object to serialize.</param>
<returns>A Json string representation of the object.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.DeserializeObject(System.String)">
<summary>
Deserializes the specified object to a Json object.
</summary>
<param name="value">The object to deserialize.</param>
<returns>The deserialized object from the Json string.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.DeserializeObject(System.String,System.Type)">
<summary>
Deserializes the specified object to a Json object.
</summary>
<param name="value">The object to deserialize.</param>
<param name="type">The <see cref="T:System.Type"/> of object being deserialized.</param>
<returns>The deserialized object from the Json string.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.DeserializeObject``1(System.String)">
<summary>
Deserializes the specified object to a Json object.
</summary>
<typeparam name="T">The type of the object to deserialize.</typeparam>
<param name="value">The object to deserialize.</param>
<returns>The deserialized object from the Json string.</returns>
</member>
<member name="M:Newtonsoft.Json.JavaScriptConvert.DeserializeObject``1(System.String,Newtonsoft.Json.JsonConverter[])">
<summary>
Deserializes the specified object to a Json object.
</summary>
<typeparam name="T">The type of the object to deserialize.</typeparam>
<param name="value">The object to deserialize.</param>
<param name="converters">Converters to use while deserializing.</param>
<returns>The deserialized object from the Json string.</returns>
</member>
<member name="T:Newtonsoft.Json.JavaScriptConstructor">
<summary>
Represents a JavaScript constructor.
</summary>
</member>
<member name="M:Newtonsoft.Json.Converters.XmlNodeConverter.IsNamespaceAttribute(System.String,System.String@)">
<summary>
Checks if the attributeName is a namespace attribute.
</summary>
<param name="attributeName">Attribute name to test.</param>
<param name="prefix">The attribute name prefix if it has one, otherwise an empty string.</param>
<returns>True if attribute name is for a namespace attribute, otherwise false.</returns>
</member>
<member name="T:Newtonsoft.Json.JsonWriterException">
<summary>
The exception thrown when an error occurs while reading Json text.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonWriterException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class.
</summary>
</member>
<member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
with a specified error message.
</summary>
<param name="message">The error message that explains the reason for the exception.</param>
</member>
<member name="M:Newtonsoft.Json.JsonWriterException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonWriterException"/> class
with a specified error message and a reference to the inner exception that is the cause of this exception.
</summary>
<param name="message">The error message that explains the reason for the exception.</param>
<param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
</member>
<member name="T:Newtonsoft.Json.StringBuffer">
<summary>
Builds a string. Unlike StringBuilder this class lets you reuse it's internal buffer.
</summary>
</member>
<member name="T:Newtonsoft.Json.JavaScriptObject">
<summary>
Represents a JavaScript object.
</summary>
</member>
<member name="M:Newtonsoft.Json.JavaScriptObject.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JavaScriptObject"/> class.
</summary>
</member>
<member name="M:Newtonsoft.Json.JavaScriptObject.#ctor(Newtonsoft.Json.JavaScriptObject)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.JavaScriptObject"/> class that
contains values copied from the specified <see cref="T:Newtonsoft.Json.JavaScriptObject"/>.
</summary>
<param name="javaScriptObject">The <see cref="T:Newtonsoft.Json.JavaScriptObject"/> whose elements are copied to the new object.</param>
</member>
</members>
</doc>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -