en-US/ConvertTo-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>ConvertTo-ObfuscatedCPR</command:name> <command:verb>ConvertTo</command:verb> <command:noun>ObfuscatedCPR</command:noun> <maml:description> <maml:para>Converts a Danish CPR number into an obfuscated form.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The `ConvertTo-ObfuscatedCPR` function obfuscates a CPR number by modifying its digits while maintaining its length and structure.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>ConvertTo-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 CPR number to be obfuscated.</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: Obfuscate a CPR number --------------</maml:title> <dev:code>ConvertTo-ObfuscatedCPR -value "2201971915"</dev:code> <dev:remarks> <maml:para>Converts the CPR number `2201971915` into an obfuscated 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/ConvertTo-ObfuscatedCPR.md</maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>ConvertFrom-ObfuscatedCPR</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |