nuget server logo nuget api documents
↑

API Docs / REnv / humanReadableFormatter

humanReadableFormatter

Full name SMRUCC.Rsharp.Runtime.Internal.Invokes.humanReadableFormatter Assembly REnv Members 3

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.Invokes.humanReadableFormatter

02 Methods

NameOverloadsSummary
size 1 convert byte number into human readable size string
timespanStr 1 cast timespan value to human readable string
splitParagraph 1 split a given text data into multiple lines

03 Members

method size #
size(Double())

convert byte number into human readable size string

Parameters
NameTypeDescription
bytesDouble()

-

method timespanStr #
timespanStr(TimeSpan(), Boolean)

cast timespan value to human readable string

Parameters
NameTypeDescription
spansTimeSpan()

-

method splitParagraph #
splitParagraph(String, Int32, String, Int32)

split a given text data into multiple lines

Parameters
NameTypeDescription
textString

-

lenInt32

-