DevProgressChangedEventArgsProgressPercentageString Property

Gets the current progress percentage expressed as a string.

Definition

Namespace: DevCase.Runtime.Threading
Assembly: 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; }

Parameters

decimalCount  Int32  (Optional)
The number of decimals to show in the string. Default value is "2".

Property Value

String

See Also