WriteConcernWValueParse Method  | 
 
            Parses the specified value.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic static WriteConcernWValue Parse(
	string value
)
Public Shared Function Parse ( 
	value As String
) As WriteConcernWValue
static member Parse : 
        value : string -> WriteConcernWValue 
Parameters
- value
 - Type: SystemString
The value. 
Return Value
Type: 
WriteConcernWValueA WValue.
See Also