[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static BSONRegularExpressionOptions ToBSONOptions(
this string source
)
public static BSONRegularExpressionOptions ToBSONOptions(
this string source
)
<ExtensionAttribute>
Public Shared Function ToBSONOptions (
source As String
) As BSONRegularExpressionOptions
<ExtensionAttribute>
Public Shared Function ToBSONOptions (
source As String
) As BSONRegularExpressionOptions
public:
[ExtensionAttribute]
static BSONRegularExpressionOptions ToBSONOptions(
String^ source
)
public:
[ExtensionAttribute]
static BSONRegularExpressionOptions ToBSONOptions(
String^ source
)
static member ToBSONOptions :
source : string -> BSONRegularExpressionOptions
static member ToBSONOptions :
source : string -> BSONRegularExpressionOptions
Return Value
Type:
BSONRegularExpressionOptionsUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).