Get the format size

Namespace: SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Function FormatFileSize( _ 
ByVal file_size As Integer
) As String
This language is not supported or no code example is available.
public string FormatFileSize( 
int file_size 
)
This language is not supported or no code example is available.
public:  
String^ FormatFileSize( 
int file_size 
)
This language is not supported or no code example is available.
public function FormatFileSize( 
file_size : int 
) : String;
This language is not supported or no code example is available.

Parameters

file_size
Type: int

<default>

Return Value

Type: string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1