πText - NKS0055
Use TextTools.SplitNewLines()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
string var = "Hello\nWorld!";
var split = var.SplitNewLinesOld();
}After the fix
After the fix (alternate)
Suppression
Recommendation
Last updated