Class BsonString
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: Bayat.Json.Bson
Assembly: Bayat.Json.Runtime.dll
Syntax
public class BsonString : BsonValue
Constructors
| Improve this Doc View SourceBsonString(Object, Boolean)
Declaration
public BsonString(object value, bool includeLength)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
value | |
| System. |
includeLength |
Properties
| Improve this Doc View SourceByteCount
Declaration
public int ByteCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |
IncludeLength
Declaration
public bool IncludeLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System. |