DName.MakeValid(String, Boolean) Method
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.
Takes a name and makes it into a valid DName. If the name contains all spaces, an underscore is prepended to the name.
public static Microsoft.PowerFx.Core.Utils.DName MakeValid(string strName, out bool fModified);
static member MakeValid : string * bool -> Microsoft.PowerFx.Core.Utils.DName
Public Shared Function MakeValid (strName As String, ByRef fModified As Boolean) As DName
Parameters
- strName
- String