OracleMonthSpan.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used for explicit OracleMonthSpan conversion.
Overloads
Explicit(OracleMonthSpan to Int32) |
Converts an OracleMonthSpan structure to an Int32. |
Explicit(String to OracleMonthSpan) |
Converts a string to an OracleMonthSpan structure. |
Explicit(OracleMonthSpan to Int32)
Converts an OracleMonthSpan structure to an Int32.
public:
static explicit operator int(System::Data::OracleClient::OracleMonthSpan x);
public static explicit operator int (System.Data.OracleClient.OracleMonthSpan x);
static member op_Explicit : System.Data.OracleClient.OracleMonthSpan -> int
Public Shared Narrowing Operator CType (x As OracleMonthSpan) As Integer
Parameters
An OracleMonthSpan structure to convert to an integer.
Returns
An integer.
Applies to
Explicit(String to OracleMonthSpan)
Converts a string to an OracleMonthSpan structure.
public:
static explicit operator System::Data::OracleClient::OracleMonthSpan(System::String ^ x);
public static explicit operator System.Data.OracleClient.OracleMonthSpan (string x);
static member op_Explicit : string -> System.Data.OracleClient.OracleMonthSpan
Public Shared Narrowing Operator CType (x As String) As OracleMonthSpan
Parameters
- x
- String
A string to convert to an OracleMonthSpan structure.
Returns
An OracleMonthSpan structure.