Noemax.Newtonsoft.Json.Bson Namespace > BsonWriter Class : WriteValue Method |
Overload | Description |
---|---|
WriteValue(Object) | Writes a System.Object value. An error will raised if the value cannot be written as a single JSON token. |
WriteValue(String) | Writes a System.String value. |
WriteValue(Int32) | Writes a System.Int32 value. |
WriteValue(UInt32) | Writes a System.UInt32 value. |
WriteValue(Int64) | Writes a System.Int64 value. |
WriteValue(UInt64) | Writes a System.UInt64 value. |
WriteValue(Single) | Writes a System.Single value. |
WriteValue(Double) | Writes a System.Double value. |
WriteValue(Boolean) | Writes a System.Boolean value. |
WriteValue(Int16) | Writes a System.Int16 value. |
WriteValue(UInt16) | Writes a System.UInt16 value. |
WriteValue(Char) | Writes a System.Char value. |
WriteValue(Byte) | Writes a System.Byte value. |
WriteValue(SByte) | Writes a System.SByte value. |
WriteValue(Decimal) | Writes a System.Decimal value. |
WriteValue(DateTime) | Writes a System.DateTime value. |
WriteValue(DateTimeOffset) | Writes a System.DateTimeOffset value. |
WriteValue(Byte[]) | Writes a Byte[] value. |
WriteValue(Guid) | Writes a System.Guid value. |
WriteValue(TimeSpan) | Writes a System.TimeSpan value. |
WriteValue(Uri) | Writes a System.Uri value. |
WriteValue(Nullable<Int32>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<UInt32>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Int64>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<UInt64>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Single>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Double>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Boolean>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Int16>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<UInt16>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Char>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Byte>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<SByte>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Decimal>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<DateTime>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<DateTimeOffset>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<Guid>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
WriteValue(Nullable<TimeSpan>) | Writes a System.Nullable`1 value. (Inherited from Noemax.Newtonsoft.Json.JsonWriter) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2