PSTransform Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum PSTransform
type PSTransform =
Public Enum PSTransform
- Inheritance
-
PSTransform
Fields
Lowercase | 0 | |
RemoveNulls | 5 | |
Trim | 2 | |
Uppercase | 1 | |
UrlDecode | 3 | |
UrlEncode | 4 |