TFCommonUtil.IsInvalidString-Methode (String, Boolean)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsInvalidString ( _
strIn As String, _
allowCrLf As Boolean _
) As Boolean
public static bool IsInvalidString(
string strIn,
bool allowCrLf
)
Parameter
- strIn
Typ: System.String
- allowCrLf
Typ: System.Boolean
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.