< Back

ConvertFrom-Base36

Mon Jan 13, 2020 5:22 am

NAME ConvertFrom-Base36



SYNTAX

ConvertFrom-Base36 [[-Base36Num] <string>] [<CommonParameters>]





PARAMETERS

-Base36Num <string>

Alphadecimal string to convert



Required? false

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? 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

System.String





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





examples : @{example=System.Management.Automation.PSObject[]}

relatedLinks : @{navigationLink=@{linkText=ConvertTo-CBase64}}

details : @{name=ConvertFrom-CBase64; description=System.Management.Automation.PSObject[]}

description : {@{Text=For some reason. .NET makes encoding a string a two-step process. This function makes it a

one-step process.



You're actually allowed to pass in `$null` and an empty string. If you do, you'll get `$null` and an

empty string back.}}

parameters : @{parameter=System.Management.Automation.PSObject[]}

syntax : @{syntaxItem=@{name=ConvertFrom-CBase64; parameter=System.Management.Automation.PSObject[]}}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : ConvertFrom-CBase64

Category : Function

Synopsis : Converts a base-64 encoded string back into its original string.

Component :

Role :

Functionality :

ModuleName : Carbon





description : {@{Text=Converts text files from DOS to Unix file new lines}}

syntax : @{syntaxItem=@{name=ConvertFrom-DosToUnix; parameter=@{name=FilePath; parameterValue=String;

required=true; globbing=false; pipelineInput=false; position=1}}}

parameters : @{parameter=@{defaultValue=; parameterValue=String; name=FilePath; type=@{name=String}; required=true;

globbing=false; pipelineInput=false; position=1}}

examples : @{example=System.Management.Automation.PSObject[]}

details : @{name=ConvertFrom-DosToUnix; description=System.Management.Automation.PSObject[]}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : ConvertFrom-DosToUnix

Category : Function

Synopsis : Covert carriage returns to new line

Component :

Role :

Functionality :

ModuleName : core