ToString

The ToString() method returns the string representation of a ValeApplicationInfo instance.

Overloads

ToString()
Returns the string representation of a ValeApplicationInfo instance.

ToString()

Returns the string representation of a ValeApplicationInfo instance.

[ParsedDocument] ToString()

Parameters

None.

Returns

The method returns the full path to the Vale application.

Exceptions

None.

Examples

The following example demonstrates the ValeApplicationInfo object interpolated into a string.

"Vale is installed at: '$(Get-Vale)'"
Vale is installed at: 'C:\code\pwsh\Documentarian\.vale\vale.exe'
Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)