Convert-CapaDataType

SYNOPSIS

A function to convert Capa data types.

SYNTAX

__AllParameterSets

Convert-CapaDataType [[-Datatype] <Object>]

ALIASES

This cmdlet has the following aliases,

DESCRIPTION

A function to convert Capa data types to a more readable format.

EXAMPLES

EXAMPLE 1

Convert-CapaDataType -Datatype 1

PARAMETERS

-Datatype

The data type to convert.

Type: System.Object
DefaultValue: ''
SupportsWildcards: false
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

INPUTS

OUTPUTS

NOTES

A custom function to convert Capa data types to a more readable format.