ByteSizeConverter Class
Represents the converter that converts Int64? values (or values that are convertible to Int64) representing a byte size to an equivalent String representation. The Convert(Object) method returns a String based on the specified parameters using the Format()()()() method.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public sealed class ByteSizeConverter : ConverterBase<Object, string>
Public NotInheritable Class ByteSizeConverter _ Inherits ConverterBase(Of Object, String)
public ref class ByteSizeConverter sealed : public ConverterBase<Object^, String^>
Inheritance Hierarchy
MarkupExtension
BytecodeApi.UI..::..ConverterBase<(Of <(<'Object, String>)>)>
BytecodeApi.UI.Converters..::..ByteSizeConverter