< Back

ConvertTo-Base36

Mon Jan 13, 2020 5:24 am

NAME ConvertTo-Base36



SYNTAX

ConvertTo-Base36 [[-DecNum] <int>] [<CommonParameters>]





PARAMETERS

-DecNum <int>

Integer number 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.Int32





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





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

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

details : @{name=ConvertTo-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=ConvertTo-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 : ConvertTo-CBase64

Category : Function

Synopsis : Converts a value to base-64 encoding.

Component :

Role :

Functionality :

ModuleName : Carbon