ScreenRecorderSizeSuffix Method |
SizeSuffix
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic string SizeSuffix(
long value,
int decimalPlaces = 1
)
Public Function SizeSuffix (
value As Long,
Optional decimalPlaces As Integer = 1
) As String
Dim instance As ScreenRecorder
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:
String
See Also