< Back

Get-StringValueWithoutBom

Sat Jan 11, 2020 2:42 pm

NAME Get-StringValueWithoutBom



SYNOPSIS

This function returns the given string without the byte-order mark (BOM) at the beginning, if it exists.





SYNTAX

Get-StringValueWithoutBom [-string] <String> [<CommonParameters>]





DESCRIPTION

This function returns the given string without the byte-order mark (BOM) at the beginning, if it exists.

https://www.w3.org/International/questi ... order-mark





PARAMETERS

-string <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String







RELATED LINKS