SettingStringFormat.Implicit(SettingStringFormat to String) 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.
Implicitly converts a SettingStringFormat to a string
.
public static implicit operator string (Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat value);
static member op_Implicit : Microsoft.VisualStudio.Extensibility.Settings.SettingStringFormat -> string
Public Shared Widening Operator CType (value As SettingStringFormat) As String
Parameters
- value
- SettingStringFormat
The SettingStringFormat to be converted.