FileSystemProvider.LengthString(PSObject) Method

Definition

Provides a LengthString property for FileSystemInfo.

public static string LengthString (System.Management.Automation.PSObject instance);
static member LengthString : System.Management.Automation.PSObject -> string
Public Shared Function LengthString (instance As PSObject) As String

Parameters

instance
PSObject

Instance of PSObject wrapping a FileSystemInfo.

Returns

Length as a string.

Applies to