Hie.Core.Model.Hl7ToXmlConverter.GetComponents C# (CSharp) Method

GetComponents() private static method

private static GetComponents ( string s ) : string[]
s string
return string[]
		private static string[] GetComponents(string s)
		{
			return s.Split('^');
		}