DevProgressChangedEventArgsProgressPercentageString Property
Gets the current progress percentage expressed as a string.
Namespace: DevCase.Runtime.ThreadingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string this[
int decimalCount = 2
] { get; }
Public ReadOnly Property ProgressPercentageString (
Optional decimalCount As Integer = 2
) As String
Get
Dim instance As DevProgressChangedEventArgs
Dim decimalCount As Integer
Dim value As String
value = instance.ProgressPercentageString(decimalCount)
public:
property String^ ProgressPercentageString[int decimalCount = 2] {
String^ get (int decimalCount = 2);
}
member ProgressPercentageString : string with get
No code example is currently available or this language may not be supported.
- decimalCount Int32 (Optional)
-
The number of decimals to show in the string. Default value is "2".
String