AudioRecorderSizeSuffix Method |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string SizeSuffix(
long value,
int decimalPlaces = 1
)
Public Function SizeSuffix (
value As Long,
Optional decimalPlaces As Integer = 1
) As String
Dim instance As AudioRecorder
Dim value As Long
Dim decimalPlaces As Integer
Dim returnValue As String
returnValue = instance.SizeSuffix(value,
decimalPlaces)
member SizeSuffix :
value : int64 *
?decimalPlaces : int
(* Defaults:
let _decimalPlaces = defaultArg decimalPlaces 1
*)
-> string
public String SizeSuffix(
long value,
int decimalPlaces = 1
)
public function SizeSuffix(
value : long,
decimalPlaces : int
) : String
function SizeSuffix(value, decimalPlaces);
Parameters
- value
- Type: SystemInt64
- decimalPlaces (Optional)
- Type: SystemInt32
Return Value
Type:
StringSee Also