Click or drag to resize
WriteConcernWValueParse Method
Parses the specified value.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public static WriteConcernWValue Parse(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: WriteConcernWValue
A WValue.
See Also