Monday, 1 August 2011

net string builder class



As the name is suggesting that this class is providing us features to perform operation on Strings :

Set str = DotnetFactory ("System.Text.StringBuilder")
str.Append "my name is pankaj"
str.append "i am a QTP Beginner"
str.replace "Beginner","Expert"
print str.ToString


No comments:

Post a Comment