en-US/ConvertFrom-ObfuscatedCPR-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command 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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>ConvertFrom-ObfuscatedCPR</command:name>
      <command:verb>ConvertFrom</command:verb>
      <command:noun>ObfuscatedCPR</command:noun>
      <maml:description>
        <maml:para>Converts an obfuscated Danish CPR number back to its original form.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The `ConvertFrom-ObfuscatedCPR` function reverses the obfuscation process to retrieve the original CPR number.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>ConvertFrom-ObfuscatedCPR</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
        <maml:name>value</maml:name>
        <maml:description>
          <maml:para>The obfuscated CPR number to be converted back.</maml:para>
          <maml:para>- Type : `string` - Required : Yes - Position : 1 - Accept pipeline input : Yes (ByValue)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false"></command:parameterValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <maml:alertSet>
      <maml:alert>
        <maml:para>Throws an error if the input is null, empty, or not a valid CPR number.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------- Example 1: Deobfuscate a CPR number -------------</maml:title>
        <dev:code>ConvertFrom-ObfuscatedCPR -value "1234567890"</dev:code>
        <dev:remarks>
          <maml:para>Converts the obfuscated CPR number `1234567890` back to its original form.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/JensGJ/CPR/tree/main/src/docs/en-US/ConvertFrom-ObfuscatedCPR.md</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>ConvertTo-ObfuscatedCPR</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>