Show / Hide Table of Contents

Class FileSizeFormatProvider

Inheritance
object
FileSizeFormatProvider
Implements
IFormatProvider
ICustomFormatter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FileSizeFormatProvider : IFormatProvider, ICustomFormatter

Constructors

FileSizeFormatProvider()

Declaration
public FileSizeFormatProvider()

Methods

Format(string, object, IFormatProvider)

Declaration
public string Format(string format, object arg, IFormatProvider formatProvider)
Parameters
Type Name Description
string format
object arg
IFormatProvider formatProvider
Returns
Type Description
string

GetFormat(Type)

Declaration
public object GetFormat(Type formatType)
Parameters
Type Name Description
Type formatType
Returns
Type Description
object

Implements

IFormatProvider
ICustomFormatter

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS