Guest User

Untitled

a guest
Feb 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.34 KB | None | 0 0
  1.     Public Function inbtwn(ByVal input As String, ByVal startcut As String, ByVal finishcut As String) As Object
  2.         Dim obj2 As Object
  3.         Dim str As String = Strings.Split(Strings.Split(input, startcut, -1, CompareMethod.Binary)(1), finishcut, -1, CompareMethod.Binary)(0)
  4.         obj2 = str
  5.         Return obj2
  6.     End Function
Add Comment
Please, Sign In to add comment