WaveFormatFormat Property |
Format.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As WaveFormat
Dim value As String
value = instance.Format
instance.Format = value
member Format : string with get, set
/** @property */
public String get_Format()
/** @property */
public void set_Format(String value)
function get Format () : String
function set Format (value : String)
function get_Format();
function set_Format(value);
Property Value
Type:
String
See Also