Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.SizeStr

TElDropboxDataStorageObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


A human-readable size of the file.

Declaration

[C#]
    string SizeStr;

[VB.NET]
    Property SizeStr As String

[Pascal]
    property SizeStr : string;

[C++]
    void get_SizeStr(std::string &OutResult);

[PHP]
    string get_SizeStr()

[Java]
    String getSizeStr();

Description

    Returns a human-readable description of the file size; this string is translated according to Locale.

See also:     Locale     Size    

Discuss this help topic in SecureBlackbox Forum