|

ResultVariable


image

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

String.GetFormattedSize

OverviewExamples

string String.GetFormattedSize ( number SizeInBytes,


number Format = FMTSIZE_AUTOMATIC,


boolean ShowCommas = true )


De s cr ip t ion


Given a number of bytes, returns a formatted string that converts to bytes, KB, MB or GB and optionally inserts commas.


P arame t er s


SizeInBytes


(number) The number of raw bytes to convert.


|