Read-MidString
PackageDeployment Module Help |
Package Deployment Module |
Read-MidString Cmdlet |
Version 4.0.0.5 |
Read-MidString
Synopsis
Copy Substring from String
Syntax
Read-MidString [-String] <String> [-Start] <String> [-Length] <String> [-ContinueOnError] [-ResultVariable] <String> [<CommonParameters>]
Description
Copies a substring of fixed length starting at a specific string character and stores the substring in a variable.
Parameters
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Length <String> |
||||||
Number of characters to copy (0 = no character). |
||||||
|
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
-Start <String> |
||||||
String character after which the substring is determined. The count starts from the left (1 = first character). |
||||||
|
-String <String> |
||||||
The string from which characters should be copied. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |